Welcome![Sign In][Sign Up]
Location:
Search - web service java

Search list

[Internet-Networkzju_network_lab5

Description: 用java编写的一个不需要WEB服务器的独立HTTP服务程序,并在页面传输过程中利用了数字签名的验证方法。-Using java prepared a separate HTTP service does not require WEB server, and use a digital signature authentication method in the page transmission.
Platform: | Size: 65536 | Author: chenjy | Hits:

[Other systemsdistcomp_velo_group_5

Description: Velo-Antwerpen is a company that offers bike sharing services for individual use on a short term base. Individuals can sign up for Velo-Antwerpen services for certain periods of time for which they pay a certain fee. For proper distribution of bikes in stations and transportation of bikes to repair service a third party company is responsible, namely the Transport Company. The purpose of this project is to implement a prototype of the distributed system of Velo-Antwerpen using Web services, Enterprise Java Beans and clients that consume these services. The prototype includes functionalities that cope with registration of clients, renting process and distribution of bikes in stations.
Platform: | Size: 28167168 | Author: arianit | Hits:

[WEB CodeOAuth2_v1.1

Description: OAuth2.0是OAuth协议的下一版本,但不向后兼容OAuth 1.0即完全废止了OAuth1.0。 OAuth 2.0关注客户端开发者的简易性。要么通过组织在资源拥有者和HTTP服务商之间的被批准的交互动作代表用户,要么允许第三方应用代表用户获得访问的权限。同时为Web应用,桌面应用和手机,和起居室设备提供专门的认证流程。 OAuth2.0几乎成了当今第三方平台的一个标准中的标准(我不知道几年后会出3.0),那既然是一个标准,为什么就不能用一个相对标准的类库或项目来实现呢?翻遍整个china的开源项目,就别说是C#了,连java、php都没有这样的现成项目,那老朽就卖一把老,继续为各位献上一点微薄之力吧。 由于时间关系,第一版我就做了6个接口的对接,其中微信的回调地址是在公众平台设置的,不支持传参,注意哦 整个项目只有register_third.aspx是需要跟您的会员系统对接,其他都不需要修改~~哦,忘了说,appkey和appsecret啥的是需要改的-OAuth2.0 is the next version of the OAuth protocol, but is not backward compatible with OAuth 1 that is completely abolished by OAuth1.0. OAuth 2 is concerned about the simplicity of client developers. Either by means of an approved interaction between the resource owner and the HTTP service provider, or to allow the third party to access the user s access. At the same time for Web applications, desktop applications and mobile phones, and the living room equipment to provide specialized certification process. OAuth2.0 has almost become a standard in the third party platform (I don t know it will be 3 years after a few years), that is, since it is a standard, why not use a relatively standard class library or project to achieve it? Search the China open source project, let alone is C#, even Java, PHP are not readily available in this project, the old man would sell an old, continue to offer a meager force for you. Because of the time, the first edition I do the 6 interface of the dock
Platform: | Size: 2726912 | Author: bmpudn79 | Hits:

[WEB Codejeecms-src

Description: 作为国内最知名的Java开源CMS系统,我们一直秉承开源、易用、高性能、安全的系统开发原则,并以作国内优秀的开源网站管理系统为己任,始终坚持不懈地为用户提供强大的Java技术web应用服务。 -As the most famous Java open source CMS system, we have been adhering to the open source, easy to use, high safety performance, and the principles of system development and for the excellent open source website management system as own duty, always unremittingly for users provide powerful Java technology and web application service.
Platform: | Size: 463872 | Author: zpudn91 | Hits:

[WEB CodeROOTs

Description: 淘客在线客服管理系统(TaokeOCS V3.2),是一款采用Ajax+Java+MySql技术构建的先进、高效、健壮的在线客服解决方案。作为商业软件产品,TaokeOCS 在代码质量、运行效率、负载能力、安全等级、功能可操控性和权限严密性等方面已在广大用户中获得良好的口碑。凭借TaokeOCS 开发组长期积累的丰富的web开发及数据库经验,和富于创新,追求完美的设计理念,使得TaokeOCS 在很短时间内以其鲜明的个性特色从国内外同类产品中脱颖而出。经过了效率最优化和负载能力最佳化设计的TaokeOCS,已获得业内越来越多专家和权威企业的认可-Tao guest online customer service management system (TaokeOCS v3.2) of a by Ajax+Java+MySql technology to build advanced, efficient, robust online customer service solutions. As a commercial software product, TaokeOCS in code quality, operational efficiency, load capacity, security level, function and authority, and so on, has been in the majority of users to get a good reputation. With TaokeOCS development group of the long-term accumulated rich web development and experience, and innovative, the pursuit of the perfect design concept, the TaokeOCS within a very short time to the distinct personality characteristics the domestic and foreign similar products stand out. After the efficiency optimization and load capacity optimization of the TaokeOCS, has gained more and more experts and authoritative enterprises in the industry recognized
Platform: | Size: 6374400 | Author: dmpudn14 | Hits:

[TCP/IP stacktcpclient-server

Description: Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1] Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server host runs one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server s content or service function. Clients therefore initiate communication sessions with servers which await incoming requests. Examples of computer applications that use the client–server model are Email, network printing, and the World Wide Web
Platform: | Size: 1024 | Author: Anu joy | Hits:

[JSP/Javajsp_marker

Description: JSP是用来做web服务开发的语言运行于tomcat类web服务器,较之于servlet这种纯java的服务脚本而言更容易编辑和修改,因为静态部分和动态部分使用标记< >和标签<jsp:等符号强制分开,使得程序员编辑时一目了然,需要强调的是使用标记分开静态(被控制)动态脚本(控制)部分使得人更容易理解的技术被称之为模板引擎技术。freemarker是一个优秀的模板引擎,既可以作为web服务器编辑,又可以生成本地文件实现代码的生成,关于代码生成器采用模板引擎这是做生成器的都懂的技术。我贡献的这个技术很简单,就是将JSP也用来生成本地文件,JSP生成XML,JAVA,TXT等一系列文本的东西。-JSP is used for web services development language classes run on tomcat web server, compared to this pure java servlet service script easier to edit and modify the terms, because the static and dynamic parts using tags < > and tags <jsp: symbols forced apart, so that the programmer edit a glance, be emphasized that the use of tags separate static (controlled) dynamic scenario (control) section makes people easier to understand technology is called template engine technology. freemarker is an excellent template engine, either as a web server editor, and can generate a local file to achieve code generation, code generator on the use of a template engine which is doing everything generator technology. My contribution to this technique is very simple JSP will also be used to generate a local file, JSP generate things XML, JAVA, TXT and a series of text.
Platform: | Size: 39936 | Author: 刘金浩 | Hits:

[JSP/Javaapache-tomcat-7.0.64.tar

Description: tomcat服务器,可以支持php,java等web(tomcat service can run php and java web application)
Platform: | Size: 8857600 | Author: yizhixiaoniaofei | Hits:

[OtherjavaWeb网上订餐系统

Description: SSH是struts+spring+hibernate集成的web应用程序开源框架。   Struts:用来控制的,核心控制器是Controller。   Spring:对Struts和Hibernate进行管理,整合的。   Hiernate:操控数据库   struts标签库:Struts2默认的表达式语言是OGNL(Object-Graph Navigation Language),通过它可以存取对象的任意属性、调用对象的方法、遍历整个对象的结构图、实现字段类型转换等功能。   JSP: HTML文件中插入Java程序段和JSP标记。   web.xml: Struts2核心过滤器和监听器   struts.xml: 管理应用中的Action映射,及Action处理结果和物理资源之间的映射。   applicationContext.xml: 整合了struts和Hibernate。   *.hbm.xml:O/R Mapping(Object Relational Mapping)映射文件,实体和表的映射关系通过XML来描述的文件。在项目启动的时候加载到内存中。   PO:Persistent Object,持久化对象   整体的调用关系:JSP–Action–Service–DAO–PO–数据库(SSH is an open source framework for struts+spring+hibernate integrated web applications. Struts: the core controller is Controller for control. Spring: Struts and Hibernate are managed and integrated. Hiernate: manipulate the database)
Platform: | Size: 31496192 | Author: 饿地方人大 | Hits:

[JSP/Javadubbo-vue-server-master

Description: 采用前后端分离的模式,前端基于Vue+Element,后端基于Spring MVC,用Dubbo提供分布式服务,前端可以部署到nginx,后端Web可以部署到Tomcat,Dubbo服务可以作为独立的java进程运行,这种架构各层都比较容易实现横向扩展,可以根据业务量灵活调节。(Using the front and back separation model, the front end is based on the Vue+Element, the back end is based on the Spring MVC, and the distributed service is provided with Dubbo, the front end can be deployed to nginx, the back end Web can be deployed to Tomcat, and Dubbo service can run as an independent Java process, which is easier to expand horizontally and can be based on industry. The amount of service is adjusted flexibly.)
Platform: | Size: 323584 | Author: tony968968 | Hits:
« 1 2 ... 9 10 11 12 13 14»

CodeBus www.codebus.net